admin/bump-readlif-for-multi-scene #327
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Readlif
has been update to better handle scene names that have a parent/child structure.This change addresses the issue originally reported here: #277
Bumping the version requirement on
readlif
is a significant quality-of-life improvement foraicsimageio
users, as well as the new multi-scene reading widget innapari-aicsimageio
. For example, in the case of multi-well experiments, regions of interest may have the same names (R1, R1 ...), but the parent (well) names will differ (A1, B2, etc.). See:You can see the scene names are "rich", including enclosing parent information, not just "R1", "R1_Merged".
Pull request recommendations:
Thanks for contributing!